E('th', { 'class': 'th' }, _('IPv4 address')),
E('th', { 'class': 'th' }, _('MAC address')),
E('th', { 'class': 'th' }, _('DUID')),
- E('th', { 'class': 'th' }, _('Lease time remaining')),
+ E('th', { 'class': 'th' }, _('Remaining time')),
isReadonlyView ? E([]) : E('th', { 'class': 'th cbi-section-actions' }, _('Static Lease'))
])
]);
E('th', { 'class': 'th' }, _('IPv6 addresses')),
E('th', { 'class': 'th' }, _('DUID')),
E('th', { 'class': 'th' }, _('IAID')),
- E('th', { 'class': 'th' }, _('Lease time remaining')),
+ E('th', { 'class': 'th' }, _('Remaining time')),
isReadonlyView ? E([]) : E('th', { 'class': 'th cbi-section-actions' }, _('Static Lease'))
])
]);
}, this)), E('em', _('There are no active leases')));
return E([
- E('h3', _('Active DHCP Leases')),
+ E('h3', _('Active DHCPv4 Leases')),
table,
E('h3', _('Active DHCPv6 Leases')),
table6